
/**/
*{
  margin :0;padding:0;}

div,address,b,big,blockquote,body,center,cite,code,dd,del,dl,dt,em,fieldset,font,form,b,b,h3,h4,h5,h6,html,i,iframe,img,ins,label,legend,li,ol,p,pre,small,span,strong,u,ul,var,th,td,input {
  margin: 0;padding: 0;}

div,dl,dt,dd,form,input,button,textarea,p,ul,li,ol,table,tr,td,header,footer,aside,nav,b,b,h3,h4,h5,h6,section{
  box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
body{ font-size: 14px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  padding: 0px;
  margin: 0px;}
button:foucs{   border: none!important; outline: none!important;}	
button::-moz-focus-inner {border-color: transparent;}
input[type=number] {  
    -moz-appearance:textfield;  
}  
input[type=number]::-webkit-inner-spin-button,  
input[type=number]::-webkit-outer-spin-button {  
    -webkit-appearance: none;  
    margin: 0;  
}  
ul,ol{list-style:none; padding: 0; margin: 0;}
i{ font-style: normal;}
a{ color: #333; text-decoration: none; }
a:hover {text-decoration: none; }
video, embed, iframe{
  width: 100% ;
}  
img{border:none !important;vertical-align:middle}
input{outline:none;}
input[type="button"], input[type="submit"], input[type="reset"],button,select {-webkit-appearance: none;outline:none;}
textarea {-webkit-appearance: none;outline:none}
.clear{ clear:both; height:0px; overflow:hidden;}
.clearfix:after { content: "."; display: block; height: 0; visibility: hidden; clear: both; }
.clearfix { /*兼容 IE*/ zoom: 1;}
.fl{ float: left;}
.fr{ float: right;}
/*t图片样式*/
.center-block{display:block;margin-right:auto;margin-left:auto;}
 img { border: 0px; vertical-align: middle;  }
.img-responsive{display:block;height:auto;max-width:100%}
.avatar {  display: block;overflow: hidden; width: 100%; }
.avatar img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.avatar:hover img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
}

/*fullPage  左侧数字*/
.fp-watermark { display: none;}
#slide_menu {
  z-index: 92;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 52px;
}

#slide_menu li {
  line-height: 35px;
  height: 35px;
  position: relative;
  list-style: none;

}

#slide_menu a {
  float: left;
  padding: 10px 20px;
  text-decoration: none;

}


#slide_menu .pgslide_nav {
  opacity: 0;
  font: bold 14px/20px Arial;
  transition: all 0.4s ease 0.6s;
  position: absolute;
  right:42px;
  top: 8px;
  width: 100px;
  text-align: right;
  color: #0D559A;
  transform: translateX(-50px);
}

#slide_menu .pgslide_num {
  position: absolute;
  border-radius: 100%;
  z-index: 1;
  height: 6px;
  width: 6px;
  border: 0;
  background: #0D559A;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}


#slide_menu .active .pgslide_num {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#slide_menu li:hover .pgslide_nav {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 0.6s;
}

.pgslide_yuan-0 {
 background: #fff !important; 
}

.pgslide_yuan-1 {
  background: #0D559A!important;
}


/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #137ad7;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: #FE7E19;
}

.scroll-to-top:hover i {
  color: #fff;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.page-wrapper { position: absolute; width: 100%; }
.language {  border-radius: 20px; background: #f5f5f5; display: flex; align-items: center; justify-content: flex-end;}
.language a{ padding: 10px; color: #666;}
.language a:hover { color: #FE7E19;}
.mob_language { display: flex; margin-bottom: 20px; }
.mob_language a { color: #333; background: #f5f5f5; padding:8px 20px;}
.top-tel { font-size: 16px;}
.main-header {
  position: relative;
  display: block;

 
}

.main-menu {
  position: relative;
  background:#fff;
  box-shadow: 0 0 20px #f1f1f1;
  z-index: 91;
}

.main-menu-wrapper {
  position: relative;
  display: block;
}

.main-menu-wrapper-inner {
  position: relative;

}

.main-menu-wrapper__left {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
 height: 72px;

}

.main-menu-wrapper__logo {
  position: relative;
  margin-right: 5px;
}

.main-menu-wrapper__main-menu {
  position: relative;
  display: block;
 height: 72px;
  line-height: 68px;

}



.main-menu-wrapper__call {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 80px;
}

.main-menu-wrapper__call-icon {
  font-size: 30px;
  color: var(--thm-primary);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-wrapper__call-icon:hover {
  color: var(--thm-extra);
}

.main-menu-wrapper__call-number {
  margin-left: 20px;
}


.main-menu-wrapper__call-number a:hover {
  color: var(--thm-extra);
}

.main-menu-wrapper__call-number p {
  font-size: 14px;
  margin: 0;
  line-height: 14px;
  color: #67656f;
}

.main-menu-wrapper__cart:hover {
  color: var(--thm-extra);
}


.stricky-header.main-menu {

  background-color:#fff
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}



.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {

  position: relative;
}


.main-menu .main-menu__list>li>a
 {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #333;
  position: relative;
  transition: all 500ms ease;
  padding: 0 18px;
  white-space: nowrap;
}


.stricky-header .main-menu__list>li>a {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #333;
  position: relative;
  transition: all 500ms ease;
  padding: 0 20px;
}



.main-menu .main-menu__list>li:hover>a,

.stricky-header .main-menu__list>li:hover>a {

color: #137ad7;

border-bottom:2px solid #137ad7;
}



.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -40%;
  right: 0;
  margin: auto;
  text-align: center;
  width: 180%;
  padding: 10px 0;
  background: rgba(255,255,255, .9);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, .5);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
  transition: 500ms ease;
  z-index: 99;

}



.main-menu .main-menu__list li:hover>ul,
.stricky-header .main-menu__list li:hover>ul {
display: block;
  
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  line-height: 45px;
}

.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
  border-top: 1px solid RGBA(var(--thm-black), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
  font-size: 16px;
  line-height:40px;
  color:#666;
  text-align: center;
  transition: 500ms;
}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {

  color: #FE7E19;
}

.main-menu .main-menu__list li ul li>ul,
.stricky-header .main-menu__list li ul li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
  display: none;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  transform: translateY(-120%);
  transition: transform 500ms ease, visibility 500ms ease;
 
}



.stricky-header.stricky-fixed {
  transform: translateY(0);

  visibility: visible;
}

.stricky-header .main-menu__inner {
  box-shadow: none;
  padding-right: 0;

  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}


.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--thm-black);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--thm-base);
}

.mobile-nav__toggler {
  font-size: 20px;
  color: #333;
  cursor: pointer;
  transition: 500ms;

}

.sticky-header__content .mobile-nav__toggler i {
  color: #333!important;
}


/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transform: translateX(-50%);
  transform-origin: right center;
  transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in;
  z-index: 999;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color:#137ad7;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav__content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--thm-text-dark);
  cursor: pointer;
}
.mobile-nav__close i{ color: #fff;}
.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--thm-font);
  font-weight: 500;
  height: 56px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: rgba(255, 255, 255, .7);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color:#FE7E19;
  border: none;
  outline: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: #FE7E19;
  color: var(--thm-black);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}


.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}



/*page1 首页banner图*/

#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}



#banner .swiper-slide .pcimg { display:block !important;  }
#banner .swiper-slide .pcimg img { width: 100%;}
#banner .swiper-button {
	position:absolute;
	top:60%;
	transform:translateY(-50%);
	text-align:center;
	color:#fff;

	cursor:pointer;
	overflow:hidden;
	z-index:10;

	transition:all .5s ease;
	outline: none;
    opacity: 0;

}
#banner:hover .swiper-button {
	opacity: 1;

}

.btn-prev {
	left:8%;
}

.btn-next {
	right:8%;
}
#banner:hover .btn-prev {left:5%;}
#banner:hover .btn-next {right:5%;}
#banner .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: .9;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}
#banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #137ad7;
  width:40px;
  transition-delay: 0s;
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}
.banner_txt {
  position: absolute;
  top:36%;
  left:15%;
  z-index: 10;
  color: #fff;
  text-align: left;

}
.banner_txt b { font-size:46px; line-height: 52px; display: block;}
.banner_txt p { font-size: 24px; margin-top: 20px;}
/*page2 产品*/
.main-title2 {  margin-top: 40px;}
.main_title2 b{text-align: center;  display: block; }
.main_title2 b span{display: inline-block; line-height:52px;font-size: 38px;color: #137ad7;position: relative; font-weight: bold;}
.main_title2 b span:before{width:20px; height:2px; background:#137ad7; content:""; position: absolute; left:-30px;top:26px;}
.main_title2 b span:after{width:20px; height:2px; background:#137ad7; content:""; position: absolute; right:-30px;top:26px;}
.main_title2 b em{display: block;font-size: 18px; line-height: 40px; color:#666666;font-weight: normal; font-style: normal;}
.homePg2{ background: url(../images/pg2.jpg) no-repeat center center; background-size:cover; overflow: hidden;}
.homePg2 .pro-up{transition:all 0.8s ease-in-out; transform:translate(0px,50px); opacity:0; }
.homePg2.active .pro-up{opacity:1; transform:translate(0px,0px); transition-delay:1s;}
.homePg2 .pro-down{transition:all 0.8s ease-in-out; transform:translate(0px,-50px); opacity:0; }
.homePg2.active .pro-down{opacity:1; transform:translate(0px,0px); transition-delay:0.7s;}
.main_title {font-size: 36px;
  color: #fff;
  display: block;
  margin-bottom: 20px;
  font-weight: 500;}
.product { position: relative;}
.ny-xiaoguo8 {
    display: flex;
    justify-content: space-between;
    position: relative;
 
}

.ny-xiaoguo8 .list {
    width: calc(11.1% - 35px);
    text-align: center;
    color: #333;
    position: relative;
    z-index: 1;
    margin: 10px 18px;
    cursor: pointer;
    padding: 40px 0 10px 0;
    transition: all .3s;
    border-radius: 10px;


}

.ny-xiaoguo8 .list i {
    display: block;
    width: 100px;
    height: 100px;
 
    border-radius: 50%;
    margin: auto;
}


.ny-xiaoguo8 .list .lcimg {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    width: 100%;



}

.ny-xiaoguo8 .list:hover .lcimg {
    animation: swing 1s infinite linear;
}

.ny-xiaoguo8 .list p {
    font-size: 16px;
    margin: 16px 0;
}

.youshi-list .imgbox img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.youshi-list:hover .imgbox img {
    animation: swing 1s infinite linear;
}
.ny-xiaoguo8 .list:hover p{ color: #137ad7; }
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.xcal .swiper-slide {     transition: all 0.5s ease;}
.xcal .swiper-slide img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%
}

.xcal .swiper-slide p {
  background-color: #fff;
  color: #333;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  padding: 10px;
}

.product .swiper-button-next {
  position: absolute;
  top: 70%;
  right: -90px;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);

  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 50px;
  font-size:16px;
  line-height: 50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;
}
.product .swiper-button-prev {
  position: absolute;
  top: 70%;
  left: -90px;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);

  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 50px;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;
}
.product .swiper-button-prev:hover, .product .swiper-button-next:hover {
  background: #137ad7;
}

.xcal .swiper-slide:hover { margin-top: -30px;}
.xcal .swiper-slide:hover p { background: #137ad7; color: #fff;}

/*page3简介*/
.homePg3 { background: url(../images/abbg.jpg) no-repeat; background-size: cover; overflow: hidden;}
.homePg3 .ab-right{transition:all 0.8s ease-in-out; transform:translate(500px,0px); opacity:0; }
.homePg3.active .ab-right{opacity:1; transform:translate(0px,0px); transition-delay:0.3s;}
.homePg3 .ab-left{transition:all 0.8s ease-in-out; transform:translate(-300px,0px); opacity:0; }
.homePg3.active .ab-left{opacity:1; transform:translate(0px,0px); transition-delay:0.6s;}
.homePg3 .ab-down{transition:all 0.8s ease-in-out; transform:translate(0px,-50px); opacity:0; }
.homePg3.active .ab-down{opacity:1; transform:translate(0px,0px); transition-delay:0.7s;}

.about_fl{display: flex; justify-content: space-between; padding-top:60px;}
.about_fl_left,.about_fl_right{ width:48%;}
.inn_about h4 { font-size: 44px; color: #dddddd; font-weight: Arial }
.inn_about h3 { font-size: 22px; color: #ffffff; }
.inn_about h2 { font-size: 30px; color: #333333; font-weight: bold }
.inn_about p { font-size: 16px; color: #ffffff; padding: 1rem 0; line-height: 2.4rem; height: 8em; overflow: hidden; margin-bottom: 1.5vw; }


.link_list { display: inline-block; color: #fff; }
.link_list span { background: #137ad7; display: inline-block; padding: 1rem; color: #fff }
.link_list em { background: #333333; display: inline-block; padding: 1rem; color: #fff; font-style: normal }

.ab_list2{  display: flex; align-items: center; justify-content: center; margin-top: 40px; box-shadow: 0px 0px 10px rgba(0,0,0,0.2);


}
.ab_list2 li{ flex:1;cursor: pointer; color:#333; background: #fff;  margin:0 10px; text-align: center; 
font-size: 18px; overflow: hidden;}
.ab_list2 li img { transition: all .3s;}
.ab_list2 li a { color: #333; }
.ab_list2 li p{ margin:20px;}
.ab_list2 li:hover img{ transform: scale(1.1);}

.more-btn { margin:30px auto 0 auto; text-align: center; display: block; width: 100px; height:40px; line-height: 40px; padding: 0 15px; font-size: 15px;  background: #FE7E19; color: #fff; transition: all .3s;border:1px solid #FE7E19; display: block;
}
.more-btn span{ display: block;}
.more-btn:hover { color: #fff;border:1px solid #fff; background: none;}
/*page4 资质*/
.homePg4{ background: url(../images/zzbg.jpg) no-repeat center center; background-size:cover; overflow: hidden;}
.homePg4 .zz-up{transition:all 0.8s ease-in-out; transform:translate(0px,50px); opacity:0; }
.homePg4.active .zz-up{opacity:1; transform:translate(0px,0px); transition-delay:.5s;}
#gszz {
	position: relative;
    width: 1200px;
	margin: 0 auto
}

#gszz .swiper-container {
	padding-bottom: 60px;
    margin-top: 30px;
}

#gszz .swiper-slide {
	width: 520px;

	background: #fff;
	box-shadow: 0 8px 30px #ddd;
	position: relative;
}
#gszz .swiper-slide img{
	display:block;
  width: 100%;
}
#gszz .swiper-slide a{ display: block;}
#gszz .swiper-slide p {
	

	text-align: center;
	color: #636363;
	font-size: 20px;
	margin: 0;
  padding: 15px;
}
#gszz .swiper-slide-active .layer-mask {
    display: none;
}
.layer-mask {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    background:rgba(255,255,255,.5);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
#gszz .swiper-pagination {
	width: 100%;

}

#gszz .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#gszz .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 2px solid #137ad7;
	background-color: #fff;
}


#gszz .swiper-button-next {
	right: -30px;
	width: 55px;
	height: 55px;
  

	--swiper-navigation-size: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    overflow: hidden;
    z-index: 10;
    font-size: 30px;
    transition: all .5s ease;
    outline: none;

}
#gszz .swiper-button-prev {
	left: -30px;
	width: 55px;
	height: 55px;
   
    --swiper-navigation-size: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    overflow: hidden;
    z-index: 10;
    font-size: 30px;
    transition: all .5s ease;
    outline: none;
    
}
#gszz .swiper-button-prev:hover, #gszz .swiper-button-next:hover { color: #fff; background: #137ad7;}
#gszz i { display: block; text-align: center; width: 55px; line-height: 55px;}
#gszz .swiper-slide:hover p { background: #137ad7; color: #fff;}
/*page5 工艺*/
.homePg5{ background: url(../images/gybg.jpg) no-repeat center center; background-size:cover; overflow: hidden;}
.homePg5 .gy-up{transition:all 0.8s ease-in-out; transform:translate(0px,50px); opacity:0; }
.homePg5.active .gy-up{opacity:1; transform:translate(0px,0px); transition-delay:1s;}
.homePg5 .gy-down{transition:all 0.8s ease-in-out; transform:translate(0px,-50px); opacity:0; }
.homePg5.active .gy-down{opacity:1; transform:translate(0px,0px); transition-delay:0.7s;}
.liuchengbox{
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  margin-top: 30px;


}
.liucheng-list{
  width: calc(25% - 20px);
  text-align:center;
  color:#666;
  margin:10px ;
  cursor: pointer;
  background: #f1f1f1;
  transition: all .3s;
  border-radius: 10px;



}

.liucheng-list a { color: #333;}
.liucheng-list a p{ }
.liucheng-list a p img{ width:100%;}
.liucheng-list a h3{font-size:16px; font-weight:400; height:44px; line-height:44px;}
.liucheng-list .lcimg{
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  margin-top: 20px;


}
.liucheng-list:hover .lcimg{
  -webkit-transform:rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.liucheng-list .num{
  font-size:20px;
  width: 48px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 44px;
  border-radius: 50px;
  text-align:center;

  font-size: 30px;
  color: #333;

  margin:0 auto;
  position: relative;
}

.liucheng-list span { position: absolute;  right:-35px; top:50%}
.liucheng-list:hover .num{  color: #fff;}
.liucheng-list:hover { }
.liucheng-list:hover h3{ color:#ffffff; background:#137ad7; font-weight:bold;}
/* 新闻 */
.homePg6 { background: url(../images/newsbg.jpg) no-repeat; background-size: cover; overflow: hidden;}
.homePg6 .news-right{transition:all 0.8s ease-in-out; transform:translate(500px,0px); opacity:0; }
.homePg6.active .news-right{opacity:1; transform:translate(0px,0px); transition-delay:0.3s;}
.homePg6 .news-left{transition:all 0.8s ease-in-out; transform:translate(-300px,0px); opacity:0; }
.homePg6.active .news-left{opacity:1; transform:translate(0px,0px); transition-delay:0.6s;}
.news_con {display: flex; align-items: center;  margin-top: 40px;}
.news{ display: block; flex: 1; margin-right: 20px;  background: #fff;}
.news a{
	
	transition: .3s;
}

.news a .img,.news a .img img{
	width: 100%;

	overflow: hidden;
	transition: 1s;

}
.news a .cont{
	padding:10px 20px;
}
.news a .cont span{ background: url("../images/more2.png") no-repeat; width:35px; height:35px; display: block; transition: all 0.5s;}
.news a b{color: #999999; font-size: 40px; margin-top: 10px; display: block; }

.news a p{
	font-size: 14px;
	color: #999;
	line-height: 26px;
	margin-bottom: 8px;


}
.news a .news-title{
	font-size:18px;
	color: #333;
	line-height: 26px;
	padding: 15px 0;
	overflow: hidden;


}

.news a:hover img{
	transform: scale(1.1);
}



.news a:hover .cont span{ width:35px; height:35px; display: block; margin-left: 90%;}
.news-two { flex: 1; margin-left: 20px;}
.news-two ul {display: flex; flex-wrap: wrap; }
.news-two ul li{ width:100%;}
.news-two a{ display: flex;   margin-bottom: 15px; align-items: center; justify-content: center; background: #fff; padding:30px 20px 40px 20px; transition: .3s;  border: 1px solid #f1f1f1;  margin-top: -1px; }

.news-two a:hover { box-shadow: 0 0  10px #dedede; background:#137ad7; background-size: 100%; }
.news-two a:hover span { color: #fff;}
.news-two a:hover .day, .news-two a:hover .newscon,.news-two a:hover .newscon b { color: #fff;}

.day {
color: #666;
flex: 1;
height: 80px;
margin: 7px 0;
font-size: 14px;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.day span {
 font-size: 30px;
 width: 100%;
 color: #333;
 text-align: center;
 font-weight:bold;
}
.day p{ width: 100%;	text-align: center;}
.day img { margin-top: 15px;}
.newscon {
flex: 4;
padding-left: 20px;
}

.newscon b {
padding-bottom: 10px;
font-weight: normal;
font-size: 18px;
color: #333;
display: block;

}
.newscon p {

text-align: left;
line-height: 24px;
font-size: 14px;

}
.newscon img { margin-top: 10px;}
.homePg7 {
  background: url(../images/bg5.jpg) no-repeat center center;
    background-size: auto;
  background-size: cover;
  overflow: hidden;
}

.c3{ padding-top:60px;}
.c3-con{position: relative;}
.c3-con ul li{padding: 9px;float: left;border: 1px solid #d1d1d1;margin-right: 26px;}
.c3-con ul li a{text-decoration: none;}
.c3-con ul li a.img{display: block;border: 1px solid #e9e9e9;}
.c3-con ul li a.img img{width: 328px;height: 223px;}
.c3-con ul li h3{font: normal 16px/50px "微软雅黑";text-align: center;}
.c3-con ul li h3 a{color: #373737;}
.c3-con .l_btn{display: block;width: 38px;height: 74px;position: absolute;left: 0;top: 95px;cursor: pointer;}
.c3-con .r_btn{display: block;width: 38px;height: 74px;position: absolute;right: 0;top: 95px;cursor: pointer;}



.c3-con .l_btn2{display: block;width: 38px;height: 74px;position: absolute;left: 0;top: 95px;cursor: pointer;}
.c3-con .r_btn2{display: block;width: 38px;height: 74px;position: absolute;right: 0;top: 95px;cursor: pointer;}


/*滚动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:92%;margin:0 auto;}
#m_indemo {float: left;width:800%}
#m_demo1 {float: left;}
#m_demo2 {float: left;}



#n_demo{overflow:hidden;width:92%;margin:0 auto;}
#n_indemo {float: left;width:800%}
#n_demo1 {float: left;}
#n_demo2 {float: left;}




#ydemo{overflow:hidden;margin:0 auto;position:relative;height:390px;}
#yindemo{height:100%;}
#ydemo1{}
#ydemo2{}
  /*page7 底部*/
  .footer {
    background:#262626;
    background-size: cover;
  
  }
  .foot {
    padding: 80px 0 30px 0;
    display: flex;
    align-items: flex-start;
    justify-content:space-between;
  }
  .foot b {
    font-size: 20px;
    color: #fff;
    display: block;
    text-transform: uppergszz;
    margin-bottom:32px;
  }
  .foot .ft-other { flex: 1;}
  .foot .ft-other span { color: #fff; font-size: 20px; margin-bottom: 20px; display: block; }
  .foot .ft-other i { margin-right: 10px;}
  .foot .ft-other a {color: rgba(255, 255, 255, .8); display: block;  margin-bottom: 18px;
    font-size: 15px;}
  .foot .ft-other a:hover {color: #FE7E19}
  .foot .ft-nav { flex: 0.8; }
  .foot .ft-nav span { color: #fff; font-size: 20px; margin-bottom: 20px; display: block;}
  .foot .ft-nav .ft-nav-list{
  
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
  
  }
  .foot .ft-nav .ft-nav-list a {margin-right: 30px;  padding-left: 24px; display: block; color: rgba(255, 255, 255, .8); position: relative; display: block;   margin-bottom: 18px;
    font-size: 15px;}
.foot .ft-nav .ft-nav-list a:before { content: ""; position: absolute; top:10px; left: 0px; height: 1px; width: 15px; background: rgba(255, 255, 255, .5); transition: all .3s;}
  .foot .ft-nav .ft-nav-list a:hover{ color: #FE7E19}
  .foot .ft-nav .ft-nav-list a:hover:before { background: #FE7E19; width: 24px;}
  .foot .ft-contact { flex: 1.5;}
  .foot .ft-contact p{
    color: rgba(255, 255, 255, .8);
    margin-bottom: 10px;
    font-size: 15px;
  }
  .foot .ft-contact span { color: #fff; font-size: 20px; margin-bottom: 20px; display: block;}

 .ewm { display: flex; flex-direction: column;  align-items: center; flex: 1;}
 .ewm img { margin-bottom: 10px; max-width: 100px;}
 .ewm p{ margin-left: 10px;  color: rgba(255, 255, 255, .8);}
.ewm span{ display: block; font-size: 14px; color: rgba(255, 255, 255, 0.8); text-align: center;}
.copyright{ padding:10px; text-align: center; color: #fff; background: rgba(0, 0, 0, 0.5); }
.copyright a{ color: #fff;}

